docs: fix broken Open Policy Agent link in multi-tenant guide#1062
docs: fix broken Open Policy Agent link in multi-tenant guide#1062kruthiwusirika5 wants to merge 1 commit intocrossplane:masterfrom
Conversation
✅ Deploy Preview for crossplane ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
327ab05 to
5b030bf
Compare
Remove space between ] and ( in markdown link so reference-style link [Open Policy Agent] resolves correctly to the URL defined at the bottom of the file. Signed-off-by: Kruthi Wusirika <kruthiwusirika@gmail.com>
5b030bf to
c15791a
Compare
|
The lint-content check failure is pre-existing in content/v1.20/guides/multi-tenant.md and was not introduced by this PR. The Vale run reports 0 errors and 82 warnings — all of which are existing style issues in the file (passive voice, word substitutions, heading capitalization, etc.) unrelated to this change. |
|
@haarchri — gentle nudge on this one-line fix (already approved 2026-03-13). Just removes a stray space in The only red CI is the Vale If the warnings are a hard merge gate, happy to open a separate PR addressing them. If they're not, this should be safe to land. Thanks! |
jbw976
left a comment
There was a problem hiding this comment.
Thanks for following up on this! I was just checking the live page now and the link seems to resolve and work for me OK. are you still seeing this issue on the live page?
is this the right paragraph? https://docs.crossplane.io/v1.20/guides/multi-tenant/#policy-enforcement-with-open-policy-agent
|
@jbw976 — thanks for double-checking. You're right: just verified that So the change here is cosmetic, not a fix: it just removes the redundant |

Remove space between ] and ( in markdown link so reference-style link [Open Policy Agent] resolves correctly to the URL defined at the bottom of the file.